home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 1992 August / info-mac-1992.iso / Source / C / Dragonsmith / Dragonsmith 1.0b2 / TestTest.c < prev   
Encoding:
C/C++ Source or Header  |  1992-05-05  |  354 b   |  15 lines  |  [TEXT/KAHL]

  1. /*
  2.     TestTest.c
  3.     
  4.     Add this file to the Dragonsmith.debug.π project to test the Dragon class (which can't be done
  5.     in the dragon projects because they use Dragonsmith.π and Dragonsmith.debug.π as libraries, hence
  6.     the source files Dragon.c etc. aren't available for debugging)
  7. */
  8.  
  9. #include    "Dragon.h"
  10.  
  11. Dragon *CreateGDragon (void)
  12. {
  13.     return new Dragon;
  14. }
  15.